CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语法分析 ll(1)

搜索资源列表

  1. vcapi20040127

    0下载:
  2. 是一个windows界面的完整的具有较高技术含量的一语法分析器,是根据LL(1)优先分析编的。-is a windows interface, complete with high technology content of a parser, LL is based on (a) the provision of priority analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11942
    • 提供者:干海娟
  1. LL1

    0下载:
  2. LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:9355
    • 提供者:chivas
  1. calacomplie

    0下载:
  2. 设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A program to calculate the result
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3073
    • 提供者:kelvin
  1. compiler

    0下载:
  2. 设计并实现SNL程序设计语言的编译程序; 四个模块: 词法分析模块 语法分析模块(递归下降方法) 语法分析模块(LL(1)方法) 语义分析模块 -The compiler source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:776978
    • 提供者:杨世亚
  1. c

    0下载:
  2. 为给定编程语言设计语法分析器其内容包含LL(1)预测分析表、语法分析器的处理流程等-program  compoundstmt stmt  ifstmt | whilestmt | assgstmt | compoundstmt compoundstmt  { stmts } stmts  stmt stmts |  ifstmt  if ( boolexp
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:10862
    • 提供者:shw
  1. code

    0下载:
  2. 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1757620
    • 提供者:向月车
  1. Compile_Lab3

    0下载:
  2. LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1) analysis process LL (1) par
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:176664
    • 提供者:春春
  1. complier_scu

    0下载:
  2. 编译原理课程设计 LL(1)算法 词法分析和语法分析-complier LL(1)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1965145
    • 提供者:聂颖
  1. (first-follow-select)

    0下载:
  2. 构造LL(1)语法分析程序,任意输入一个文法符号串,并判断它是否为文法的一个句子。程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已知的语法规则,如果不符合(编译出错),则输出错误信息-Construct LL (1) parser, enter an arbitrary string of grammar symbols, and determine if it is a sentence grammar. Procedural requirements
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:203680
    • 提供者:张丽
  1. LL1

    0下载:
  2. 完成LL(1)语法分析器,包含FIRST集和FOLLOW集,预测分析表-LL (1) grammar analyzer, including FIRST and FOLLOW sets, forecast analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:136360
    • 提供者:王旺
  1. yufafenxi

    0下载:
  2. 熟悉判断LL(1)文法的方法及对某一输入串的分析过程。,学会构造LL(1)语法分析表,完成语法分析器程序,并分析一段程序,输出分析过程 -Familiar judgment LL (1) grammar of a method and the input string analysis process. Structure LL (1) parsing table, complete parser program and a program to analyze the output ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4291
    • 提供者:赵雪
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1000241
    • 提供者:许大卫
  1. compile

    0下载:
  2. 用Java实现的基于SNL语言的词法分析与LL(1)语法分析编译器(Java implementation using SNL language lexical analysis, and LL (1) syntax analysis compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:6172672
    • 提供者:哈哈aa
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com